added SSCLI 1.0
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Scenario / Router / VB / client / My Project / AssemblyInfo.vb
blob8db2c185e0dcf006ff06a26dd5b0d870c3228579
1 Imports System
2 Imports System.Reflection
3 Imports System.Runtime.InteropServices
5 ' General Information about an assembly is controlled through the following
6 ' set of attributes. Change these attribute values to modify the information
7 ' associated with an assembly.
9 ' Review the values of the assembly attributes
11 <Assembly: AssemblyTitle("client")>
12 <Assembly: AssemblyDescription("")>
13 <Assembly: AssemblyCompany("Microsoft")>
14 <Assembly: AssemblyProduct("")>
15 <Assembly: AssemblyCopyright("Copyright @ Microsoft 2004")>
16 <Assembly: AssemblyTrademark("")>
17 <Assembly: AssemblyConfiguration("")>
18 <Assembly: AssemblyCulture("")>
20 <Assembly: ComVisible(False)>
21 <Assembly: CLSCompliant(True)>
23 'The following GUID is for the ID of the typelib if this project is exposed to COM
24 <Assembly: Guid("149bb760-31b2-4078-8758-d39d551b7296")>
26 ' Version information for an assembly consists of the following four values:
28 ' Major Version
29 ' Minor Version
30 ' Build Number
31 ' Revision
33 ' You can specify all the values or you can default the Build and Revision Numbers
34 ' by using the '*' as shown below:
36 <Assembly: AssemblyVersion("1.0.0.0")>
37 <Assembly: AssemblyFileVersion("1.0.0.0")>